Title

Sets the block title.

This is the same as setting the Title field value from <My Profile> | Administration | Customization | <Entity> | Blocks.

Examples

var block = CRM.GetBlock("companyboxlong");
block.Title="My Block";
CRM.AddContent(block.Execute());
Response.Write(CRM.GetPage());

Sets the company summary block title.